@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:500&display=swap);

:root {
  --p-color: #3e95ff;
  --s-color: #ffffff;
  --t-color: #000000;




  --background-item: #121826;
  --background-item-hover: #ffffff;
  --item-non-hover: #FEFEFE;
  --text-link: #C9CDD2;
  --text-link-accent: #DADBDE;
  --line-color: #222836;






  --text-color: #ffffff;
    --footer-bg: #000000;
    --footer-bottom-bg: #ffffff;
    --white: white;
    --link-color: #3e95ff;
    --link-hover: #3e95ff;
    --button-border: #3d689a;


    --background: transparent;
    --primary-color: #18A7FA;
    --secondary-color: #000000;
}









a{
  text-decoration: none;
  color: var(--t-color);
}




@media (min-width: 0px) {
  

body {
  position: absolute;
  left: 0;
  top: 0;
  height: 1080px;
  width: 1920px;
  font-family: "Roboto", sans-serif;
  background-color: #000000;
  text-decoration: none;
}
}


@media (min-width: 500px) {
  

  body {
    position: absolute;
    left: 0;
    top: 0;
    height: 1080px;
    width: 1920px;
    font-family: "Roboto", sans-serif;
    background-color: #000000;
    text-decoration: none;
  }
  }
  





































@media (min-width: 0px) {
  .button-change-type {
    border-radius: 20px;
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

  .form{
    width: 73%;
    height: auto;
    transform: translate(0%);
    margin-left: 1%;
  
  }
  
  .login-wrapper{
    width: 100%;
    height: 100%;
  }
  
  
  .login-side {
      position: relative;
      width: 98%;
      padding: 188px 32px 48px 32px;
      display: flex;
      justify-content: center;
      align-items: start;
  }
  
  .info-side {
    z-index: 0px;
    /* margin-top: 100%; */
    height: 100%;
    width: 66%;
    padding: 48px 48px 100px 32px;
    color: #401B3D;
    bottom: 0px;
    position: absolute;
    display: block;
    overflow: hidden;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: #ffffff;
    transform: translate(-86%, 180%);
}
  
  .info-side h2 {
      margin-top: 48px;
      color:  #000000;
      font-size: 200%;
      margin-bottom: 12px;
  }
  
  .info-side p {
      font-size: 128%;
  }
  
  .info-side img {
      width: 30%;
  }
  .img-fond-info{
      margin-top: 10%;
      object-fit: cover;
  }
  
  .login-side-video{
      margin-top: 10%;
      object-fit: cover;
  }
  
  .welcome-message {
      width: 90%;
  }
  
  .logo {
      margin-top: 10px;
      height: 75px;
      position: absolute;
      top: 20px;
      left: 20px;
  }
  
  .my-form__wrapper {
      margin-top: -6%;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
      max-width: 460px;
      width: 100%;
      padding: 48px 32px;
      height: fit-content;
      border-radius: 10px;
      box-shadow: 
          rgba(100, 100, 111, 0.2)
          0px 7px 29px 0px;
  
  }
  
  .my-form {
      display: flex;
      flex-direction: column;
      justify-content: start;
      position: relative;
      gap: 16px;
  }
  
  .login-welcome {
      height: 80px;
      width: 80px;
      border-radius: 50%;
      object-fit: cover;
  }
  
  .login-welcome-row {
      display: flex;
      width: 100%;
      flex-direction: column;
      gap: 8px;
  }
  
  .my-form__button {
      background-color: var(--primary);
      color: #18A7FA;
      white-space: nowrap;
      border: none;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 16px;
      line-height: 50px;
      outline: none;
      font-size: 18px;
      letter-spacing: .025em;
      text-decoration: none;
      cursor: pointer;
      font-weight: 800;
      min-height: 50px;
      width: 100%;
      border-radius: 8px;
      box-shadow: 0 5px 10px rgba(255, 255, 255, 0.15);
      transition: all .3s ease;
      -webkit-transition: all .3s ease;
  }
  
  .my-form__actions {
      display: flex;
      flex-direction: column;
      color: var(--secondary);
      gap: 16px;
      margin-top: 8px;
  }
  
  .my-form__actions a {
      color: var(--secondary);
      font-weight: 600;
      text-decoration: none;
  }
  
  .my-form__actions a:hover {
      text-decoration: underline;
  }
  
  .my-form__row {
      display: flex;
      justify-content: space-between;
  }
  
  .my-form__signup {
      display: flex;
      justify-content: center;
  }
  
  .my-form__signup a {
      color: var(--primary);
      font-weight: 800;
      text-decoration: none;
      font-size: 18px;
  }
  
  .my-form__signup a:hover {
      text-decoration: underline;
  }
  
  .text-field input {
      color: var(--secondary);
      font-size: 16px;
      font-weight: 500;
      max-width: 100%;
      width: 100%;
      border: 1px solid var(--secondary);
      height: 50px;
      letter-spacing: .03rem;
      background-color: transparent;
      outline: none;
      transition: .25s;
      border-radius: 8px;
      text-indent: 20px;
      margin-top: 8px;
  }
  
  .text-field {
      position: relative;
  }
  
  .text-field img {
      position: absolute;
      right: -2px;
      bottom: -4px;
      width: 30px;
      height: 30px;
      transform: translate(-50%,-50%);
      transform-origin: center;
  }
  
  .text-field input:focus {
      border: 1px solid var(--primary);
  }
  
  .text-field label {
      color: var(--secondary);
      font-size: 14px;
      font-weight: 600;
      letter-spacing: .03rem;
      z-index: 10;
  }
  
  @media (max-width: 640px) {
      .login-wrapper {
          grid-template-columns: 1fr;
          height: 100vh;
      }
      
      .info-side {
          flex-direction: column-reverse;
          padding: 48px 48px 48px 32px;
      }
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*BTN POP UP CONFIRME / RETOURS*/
  
  .tt-boutton{
    height: auto;
    width: 100%;
    color: var(--t-color);
    justify-content: center;
    display: inline-flex;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  
  .btn-99,
  .btn-99 *,
  .btn-99 :after,
  .btn-99 :before,
  .btn-99:after,
  .btn-99:before {
    border: 0 solid;
    box-sizing: border-box;
  }
  .btn-99 {
    -webkit-tap-highlight-color: transparent;
    background-color: #000;
    background-image: none;
    color: #000000;
    cursor: pointer;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
      Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
      Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 100%;
    line-height: 1.5;
    margin: 0;
    padding: 0;
  }
  .btn-99:disabled {
    cursor: default;
  }
  .btn-99:-moz-focusring {
    outline: auto;
  }
  .btn-99 svg {
    display: block;
  
  }
  .btn-99 [hidden] {
    display: none;
  }
  .btn-99 {
    --margin: 20%;
    background: none;
    -webkit-clip-path: polygon(
      calc(var(--margin) * -1) 0,
      calc(100% + var(--margin)) 0,
      calc(100% + var(--margin)) 100%,
      calc(var(--margin) * -1) 100%
    );
    clip-path: polygon(
      calc(var(--margin) * -1) 0,
      calc(100% + var(--margin)) 0,
      calc(100% + var(--margin)) 100%,
      calc(var(--margin) * -1) 100%
    );
    display: inline;
    font-weight: 900;
    position: relative;
    text-transform: uppercase;
    transition: 0.2s;
  }
  .btn-99:hover {
    transform: scale(1.1);
  }
  .btn-99:before {
    background: #000000;
    content: "";
    height: 2px;
    left: -100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s;
    width: calc(100% + var(--margin) * 2);
  }
  .btn-99:hover:before {
    transform: translate(calc(100% - var(--margin) * 2), -50%);
  }
  
  
  .btn-85,
  .btn-85 *,
  .btn-85 :after,
  .btn-85 :before,
  .btn-85:after,
  .btn-85:before {
    border: 0 solid;
    box-sizing: border-box;
    color: var(--p-color);
  }
  .btn-85 {
    -webkit-tap-highlight-color: transparent;
    color: #ffffff;
    background-image: none;
    cursor: pointer;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
      Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
      Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 100%;
    font-weight: 900;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    margin-right: 0px;
    justify-items: end;
    justify-content: end;
  }
  .btn-85:disabled {
    cursor: default;
  }
  .btn-85:-moz-focusring {
    outline: auto;
  }
  .btn-85 svg {
    display: block;
  
  }
  .btn-85 [hidden] {
    display: none;
  }
  .btn-85 {
    background: none;
    border-radius: 999px;
    box-sizing: border-box;
    display: block;
    padding: 1.2rem 3rem;
    position: relative;
    text-transform: uppercase;
    color: var(--t-color);
  }
  .btn-85 span {
    color: var(--t-color);
    font-weight: 900;
    mix-blend-mode: difference;
    transition: opacity 0.2s;
  
  }
  .btn-85:hover span {
    -webkit-animation: text-reset 0.2s 0.8s forwards;
    animation: text-reset 0.2s 0.8s forwards;
    opacity: 0;
  }
  .btn-85:after,
  .btn-85:before {
    border: 4px solid var(--p-color);
    border-radius: 999px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: height 0.2s cubic-bezier(0.41, 2.01, 0.64, 1);
    width: 100%;
  }
  .btn-85:after {
    background: var(--p-color);
    border: none;
    height: 2rem;
    width: 0;
    z-index: -1;
  }
  .btn-85:hover:before {
    -webkit-animation: border-reset 0.2s cubic-bezier(0.41, 2.01, 0.64, 1) 0.78s
      forwards;
    animation: border-reset 0.2s cubic-bezier(0.41, 2.01, 0.64, 1) 0.78s forwards;
    height: 2rem;
  }
  
  .btn-85:hover:after {
    -webkit-animation: progress-bar 1s cubic-bezier(0.41, 2.01, 0.64, 1) forwards;
    animation: progress-bar 1s cubic-bezier(0.41, 2.01, 0.64, 1) forwards;
  }
  @-webkit-keyframes progress-bar {
    0% {
      opacity: 1;
      width: 0;
    }
    10% {
      opacity: 1;
      width: 15%;
    }
    25% {
      opacity: 1;
      width: 25%;
    }
    40% {
      opacity: 1;
      width: 35%;
    }
    55% {
      opacity: 1;
      width: 75%;
    }
    60% {
      opacity: 1;
      width: 100%;
    }
    to {
      opacity: 0;
      width: 100%;
    }
  }
  @keyframes progress-bar {
    0% {
      opacity: 1;
      width: 0;
    }
    10% {
      opacity: 1;
      width: 15%;
    }
    25% {
      opacity: 1;
      width: 25%;
    }
    40% {
      opacity: 1;
      width: 35%;
    }
    55% {
      opacity: 1;
      width: 75%;
    }
    60% {
      opacity: 1;
      width: 100%;
    }
    to {
      opacity: 0;
      width: 100%;
    }
  }
  @-webkit-keyframes border-reset {
    0% {
      height: 2rem !important;
    }
    to {
      height: 100% !important;
    }
  }
  @keyframes border-reset {
    0% {
      height: 2rem !important;
    }
    to {
      height: 100% !important;
    }
  }
  @-webkit-keyframes text-reset {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes text-reset {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  
  
  
  /*POP UP INSCRIPTION */
  
  
  
  .modal-btn {
    padding: 10px 14px;
    font-size: 18px;
    display: block;
    min-width: 150px;
    cursor: pointer;
  
    border-radius: 20px;
    border: 1px solid #3e95ff;
    background-color: #3e95ff;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
  }
  
  .modal-container {
    /* display: none; */
    visibility: hidden;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    transition: visibility 0.4s;
  }
  .modal-container.active {
    /* display: block; */
    visibility: visible;
    backdrop-filter: blur(20px);
  }
  
  .pop-up {
    font-family: Raleway, Helvetica, sans-serif;
    color: #cdfe08;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333333d3;
    transition: opacity 0.4s 0.2s ease-out;
  }
  .modal-container.active .pop-up {
    z-index: 5px;
    transition: opacity 0.4s ease-out;
      font-family: Raleway, Helvetica, sans-serif;
  }
  
  .modal {
    opacity: 0;
    width: 95%;
    max-width: 500px;
    min-width: 300px;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 50px));
    transition: opacity 0.4s ease-out,
    transform 0.4s ease-out;
  }
  
  .modal-container.active .modal {
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity 0.4s 0.2s ease-out,
    transform 0.4s 0.2s ease-out;
  }
  
  .close-modal {
    padding: 8px 10px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: #3e95ff;
    color: #fff;
  }
  .modal h1 {
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }
  .modal p {
    line-height: 1.4;
    margin-bottom: 5px;
  }
  
  h1 {
    display: block;
    font-size: 4em;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
  
h3 {
  display: block;
  font-size: 5em;
  margin-block-start: 1em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
p {
  display: block;
  font-size: 2rem;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}




input {
  background-color: #eee;
  border: none;
  padding: 25px 21px;
  font-size: 2rem;
  margin: 8px 0;
  width: 100%;
}





























































































}

@media (min-width: 600px) {

.form{
  width: 60%;
  height: auto;
  transform: translate(5% ,30%);

}

.login-wrapper{
  width: 100%;
  height: 100%;
}


.login-side {
    position: relative;
    width: 98%;
    padding: 188px 32px 48px 32px;
    display: flex;
    justify-content: center;
    align-items: start;
}



.info-side h2 {
    margin-top: 48px;
    color:  #000000;
    font-size: 300%;
    margin-bottom: 12px;
}

.info-side p {
    font-size: 300%;
}

.info-side img {
    width: 30%;
}
.img-fond-info{
    margin-top: 10%;
    object-fit: cover;
}

.login-side-video{
    margin-top: 10%;
    object-fit: cover;
}

.welcome-message {
    width: 90%;
}

.logo {
    margin-top: 10px;
    height: 75px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.my-form__wrapper {
    margin-top: -6%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 460px;
    width: 100%;
    padding: 48px 32px;
    height: fit-content;
    border-radius: 10px;
    box-shadow: 
        rgba(100, 100, 111, 0.2)
        0px 7px 29px 0px;

}

.my-form {
    display: flex;
    flex-direction: column;
    justify-content: start;
    position: relative;
    gap: 16px;
}

.login-welcome {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.login-welcome-row {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 8px;
}

.my-form__button {
    background-color: var(--primary);
    color: #18A7FA;
    white-space: nowrap;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    line-height: 50px;
    outline: none;
    font-size: 18px;
    letter-spacing: .025em;
    text-decoration: none;
    cursor: pointer;
    font-weight: 800;
    min-height: 50px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(255, 255, 255, 0.15);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.my-form__actions {
    display: flex;
    flex-direction: column;
    color: var(--secondary);
    gap: 16px;
    margin-top: 8px;
}

.my-form__actions a {
    color: var(--secondary);
    font-weight: 600;
    text-decoration: none;
}

.my-form__actions a:hover {
    text-decoration: underline;
}

.my-form__row {
    display: flex;
    justify-content: space-between;
}

.my-form__signup {
    display: flex;
    justify-content: center;
}

.my-form__signup a {
    color: var(--primary);
    font-weight: 800;
    text-decoration: none;
    font-size: 18px;
}

.my-form__signup a:hover {
    text-decoration: underline;
}

.text-field input {
    color: var(--secondary);
    font-size: 16px;
    font-weight: 500;
    max-width: 100%;
    width: 100%;
    border: 1px solid var(--secondary);
    height: 50px;
    letter-spacing: .03rem;
    background-color: transparent;
    outline: none;
    transition: .25s;
    border-radius: 8px;
    text-indent: 20px;
    margin-top: 8px;
}

.text-field {
    position: relative;
}

.text-field img {
    position: absolute;
    right: -2px;
    bottom: -4px;
    width: 30px;
    height: 30px;
    transform: translate(-50%,-50%);
    transform-origin: center;
}

.text-field input:focus {
    border: 1px solid var(--primary);
}

.text-field label {
    color: var(--secondary);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .03rem;
    z-index: 10;
}

@media (max-width: 640px) {
    .login-wrapper {
        grid-template-columns: 1fr;
        height: 100vh;
    }
    
    .info-side {
        flex-direction: column-reverse;
        padding: 48px 48px 48px 32px;
    }
}

























































/*BTN POP UP CONFIRME / RETOURS*/

.tt-boutton {
  height: auto;
  width: 100%;
  color: var(--t-color);
  justify-content: center;
  display: inline-flex
;
  padding-top: 20px;
  font-size: 6rem;
  padding-bottom: 20px;
}


.btn-99,
.btn-99 *,
.btn-99 :after,
.btn-99 :before,
.btn-99:after,
.btn-99:before {
  border: 0 solid;
  box-sizing: border-box;
}
.btn-99 {
  -webkit-tap-highlight-color: transparent;
  background-color: #000;
  background-image: none;
  color: #000000;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.btn-99:disabled {
  cursor: default;
}
.btn-99:-moz-focusring {
  outline: auto;
}
.btn-99 svg {
  display: block;

}
.btn-99 [hidden] {
  display: none;
}
.btn-99 {
  --margin: 20%;
  background: none;
  -webkit-clip-path: polygon(
    calc(var(--margin) * -1) 0,
    calc(100% + var(--margin)) 0,
    calc(100% + var(--margin)) 100%,
    calc(var(--margin) * -1) 100%
  );
  clip-path: polygon(
    calc(var(--margin) * -1) 0,
    calc(100% + var(--margin)) 0,
    calc(100% + var(--margin)) 100%,
    calc(var(--margin) * -1) 100%
  );
  display: inline;
  font-weight: 900;
  position: relative;
  text-transform: uppercase;
  transition: 0.2s;
}
.btn-99:hover {
  transform: scale(1.1);
}
.btn-99:before {
  background: #000000;
  content: "";
  height: 2px;
  left: -100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
  width: calc(100% + var(--margin) * 2);
}
.btn-99:hover:before {
  transform: translate(calc(100% - var(--margin) * 2), -50%);
}


.btn-85,
.btn-85 *,
.btn-85 :after,
.btn-85 :before,
.btn-85:after,
.btn-85:before {
  border: 0 solid;
  box-sizing: border-box;
  color: var(--p-color);
}
.btn-85 {
  -webkit-tap-highlight-color: transparent;
  color: #ffffff;
  background-image: none;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  margin-right: 0px;
  justify-items: end;
  justify-content: end;
}
.btn-85:disabled {
  cursor: default;
}
.btn-85:-moz-focusring {
  outline: auto;
}
.btn-85 svg {
  display: block;

}
.btn-85 [hidden] {
  display: none;
}
.btn-85 {
  background: none;
  border-radius: 999px;
  box-sizing: border-box;
  display: block;
  padding: 1.2rem 3rem;
  position: relative;
  text-transform: uppercase;
  color: var(--t-color);
}
.btn-85 span {
  color: var(--t-color);
  font-weight: 900;
  mix-blend-mode: difference;
  transition: opacity 0.2s;

}
.btn-85:hover span {
  -webkit-animation: text-reset 0.2s 0.8s forwards;
  animation: text-reset 0.2s 0.8s forwards;
  opacity: 0;
}
.btn-85:after,
.btn-85:before {
  border: 4px solid var(--p-color);
  border-radius: 999px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: height 0.2s cubic-bezier(0.41, 2.01, 0.64, 1);
  width: 100%;
}
.btn-85:after {
  background: var(--p-color);
  border: none;
  height: 2rem;
  width: 0;
  z-index: -1;
}
.btn-85:hover:before {
  -webkit-animation: border-reset 0.2s cubic-bezier(0.41, 2.01, 0.64, 1) 0.78s
    forwards;
  animation: border-reset 0.2s cubic-bezier(0.41, 2.01, 0.64, 1) 0.78s forwards;
  height: 2rem;
}

.btn-85:hover:after {
  -webkit-animation: progress-bar 1s cubic-bezier(0.41, 2.01, 0.64, 1) forwards;
  animation: progress-bar 1s cubic-bezier(0.41, 2.01, 0.64, 1) forwards;
}
@-webkit-keyframes progress-bar {
  0% {
    opacity: 1;
    width: 0;
  }
  10% {
    opacity: 1;
    width: 15%;
  }
  25% {
    opacity: 1;
    width: 25%;
  }
  40% {
    opacity: 1;
    width: 35%;
  }
  55% {
    opacity: 1;
    width: 75%;
  }
  60% {
    opacity: 1;
    width: 100%;
  }
  to {
    opacity: 0;
    width: 100%;
  }
}
@keyframes progress-bar {
  0% {
    opacity: 1;
    width: 0;
  }
  10% {
    opacity: 1;
    width: 15%;
  }
  25% {
    opacity: 1;
    width: 25%;
  }
  40% {
    opacity: 1;
    width: 35%;
  }
  55% {
    opacity: 1;
    width: 75%;
  }
  60% {
    opacity: 1;
    width: 100%;
  }
  to {
    opacity: 0;
    width: 100%;
  }
}
@-webkit-keyframes border-reset {
  0% {
    height: 2rem !important;
  }
  to {
    height: 100% !important;
  }
}
@keyframes border-reset {
  0% {
    height: 2rem !important;
  }
  to {
    height: 100% !important;
  }
}
@-webkit-keyframes text-reset {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes text-reset {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}




/*POP UP INSCRIPTION */
.button-change-type {
  border-radius: 20px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 39px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}


.modal-btn {
  padding: 10px 14px;
  font-size: 18px;
  display: block;
  min-width: 150px;
  cursor: pointer;

  border-radius: 20px;
  border: 1px solid #3e95ff;
  background-color: #3e95ff;
  color: #FFFFFF;
  font-size: 39px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}

.modal-container {
  /* display: none; */
  visibility: hidden;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  transition: visibility 0.4s;
}
.modal-container.active {
  /* display: block; */
  visibility: visible;
  backdrop-filter: blur(20px);
  width: 100%;
  height: 100%;
}

.pop-up {
  font-family: Raleway, Helvetica, sans-serif;
  color: #cdfe08;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333333d3;
  transition: opacity 0.4s 0.2s ease-out;
}
.modal-container.active .pop-up {
  z-index: 5px;
  transition: opacity 0.4s ease-out;
    font-family: Raleway, Helvetica, sans-serif;
}

.modal {
  opacity: 0;
  width: 95%;
  max-width: 820px;
  min-width: 300px;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 50px));
  transition: opacity 0.4s ease-out,
  transform 0.4s ease-out;
}

.modal-container.active .modal {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s 0.2s ease-out,
  transform 0.4s 0.2s ease-out;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.close-modal {
  padding: 8px 10px;
  border: none;
  border-radius: 5px;
  font-size: 85px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: #3e95ff;
  color: #fff;
}
.modal h1 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
.modal p {
  line-height: 1.4;
  margin-bottom: 5px;
  font-size: 3rem;
}

.info-side {
  z-index: 0px;
  /* margin-top: 100%; */
  height: auto;
  width: 63%;
  padding: 48px 48px 100px 32px;
  color: #401B3D;
  bottom: 0px;
  position: absolute;
  display: block;
  overflow: hidden;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background-color: #ffffff;
  transform: translate(0%, 123%);
}
button {
  border-radius: 20px;
  border: 1px solid var(--p-color);
  background-color: transparent;
  color: var(--p-color);
  font-size: 34px;
  font-weight: bold;
  padding: 10px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;


}







































































button:active {
	transform: scale(0.95);
}

button:focus {
	outline: none;
}

button.ghost {
	background-color: transparent;
	border-color: #FFFFFF;
}

form {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 0 50px;
	height: 100%;
	text-align: center;
  z-index: 2px;
}


.container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  position: relative;
  overflow: hidden;
  width: 90%;
  /* max-width: 100%; */
  min-height: 850px;
}

.form-container {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}

.sign-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
}

.container.right-panel-active .sign-in-container {
	transform: translateX(100%);
}

.sign-up-container {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}

.container.right-panel-active .sign-up-container {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}

@keyframes show {
	0%, 49.99% {
		opacity: 0;
		z-index: 1;
	}
	
	50%, 100% {
		opacity: 1;
		z-index: 5;
	}
}

.overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}

.container.right-panel-active .overlay-container{
	transform: translateX(-100%);
}

.overlay {
	background: #FF416C;
	background: -webkit-linear-gradient(to right, #3e95ff, #18A7FA);
	background: linear-gradient(to right, #3e95ff, #18A7FA);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
  	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.container.right-panel-active .overlay {
  	transform: translateX(50%);
}

.overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.overlay-left {
	transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
	transform: translateX(0);
}

.overlay-right {
	right: 0;
	transform: translateX(0);
}

.container.right-panel-active .overlay-right {
	transform: translateX(20%);
}

.social-container {
	margin: 20px 0;
}

.social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
}

}









































@media (min-width: 1000px) {


  h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
  font-size: 1rem;
}

h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}



.button-change-type {
  border-radius: 20px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}



button {
	border-radius: 20px;
	border: 1px solid var(--p-color);
	background-color: transparent;
	color: var(--p-color);
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
}

  .form {
    width: 60%;
    height: auto;
    transform: translate(7%, 5%);
}
  
  .login-wrapper{
    width: 100%;
    height: 100%;
  }
  
  
  .login-side {
      position: relative;
      width: 98%;
      padding: 188px 32px 48px 32px;
      display: flex;
      justify-content: center;
      align-items: start;
  }
  
  
  
  .info-side h2 {
      margin-top: 48px;
      color:  #000000;
      font-size: 200%;
      margin-bottom: 12px;
  }
  
  .info-side p {
      font-size: 128%;
  }
  
  .info-side img {
      width: 30%;
  }
  .img-fond-info{
      margin-top: 10%;
      object-fit: cover;
  }
  
  .login-side-video{
      margin-top: 10%;
      object-fit: cover;
  }
  
  .welcome-message {
      width: 90%;
  }
  
  .logo {
      margin-top: 10px;
      height: 75px;
      position: absolute;
      top: 20px;
      left: 20px;
  }
  
  .my-form__wrapper {
      margin-top: -6%;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
      max-width: 460px;
      width: 100%;
      padding: 48px 32px;
      height: fit-content;
      border-radius: 10px;
      box-shadow: 
          rgba(100, 100, 111, 0.2)
          0px 7px 29px 0px;
  
  }
  
  .my-form {
      display: flex;
      flex-direction: column;
      justify-content: start;
      position: relative;
      gap: 16px;
  }
  
  .login-welcome {
      height: 80px;
      width: 80px;
      border-radius: 50%;
      object-fit: cover;
  }
  
  .login-welcome-row {
      display: flex;
      width: 100%;
      flex-direction: column;
      gap: 8px;
  }
  
  .my-form__button {
      background-color: var(--primary);
      color: #18A7FA;
      white-space: nowrap;
      border: none;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 16px;
      line-height: 50px;
      outline: none;
      font-size: 18px;
      letter-spacing: .025em;
      text-decoration: none;
      cursor: pointer;
      font-weight: 800;
      min-height: 50px;
      width: 100%;
      border-radius: 8px;
      box-shadow: 0 5px 10px rgba(255, 255, 255, 0.15);
      transition: all .3s ease;
      -webkit-transition: all .3s ease;
  }
  
  .my-form__actions {
      display: flex;
      flex-direction: column;
      color: var(--secondary);
      gap: 16px;
      margin-top: 8px;
  }
  
  .my-form__actions a {
      color: var(--secondary);
      font-weight: 600;
      text-decoration: none;
  }
  
  .my-form__actions a:hover {
      text-decoration: underline;
  }
  
  .my-form__row {
      display: flex;
      justify-content: space-between;
  }
  
  .my-form__signup {
      display: flex;
      justify-content: center;
  }
  
  .my-form__signup a {
      color: var(--primary);
      font-weight: 800;
      text-decoration: none;
      font-size: 18px;
  }
  
  .my-form__signup a:hover {
      text-decoration: underline;
  }
  
  .text-field input {
      color: var(--secondary);
      font-size: 16px;
      font-weight: 500;
      max-width: 100%;
      width: 100%;
      border: 1px solid var(--secondary);
      height: 50px;
      letter-spacing: .03rem;
      background-color: transparent;
      outline: none;
      transition: .25s;
      border-radius: 8px;
      text-indent: 20px;
      margin-top: 8px;
  }
  
  .text-field {
      position: relative;
  }
  
  .text-field img {
      position: absolute;
      right: -2px;
      bottom: -4px;
      width: 30px;
      height: 30px;
      transform: translate(-50%,-50%);
      transform-origin: center;
  }
  
  .text-field input:focus {
      border: 1px solid var(--primary);
  }
  
  .text-field label {
      color: var(--secondary);
      font-size: 14px;
      font-weight: 600;
      letter-spacing: .03rem;
      z-index: 10;
  }
  
  @media (max-width: 640px) {
      .login-wrapper {
          grid-template-columns: 1fr;
          height: 100vh;
      }
      
      .info-side {
          flex-direction: column-reverse;
          padding: 48px 48px 48px 32px;
      }
  }
  
  
  
  
  .container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    width: 90%;
    /* max-width: 100%; */
    min-height: 600px;
}
  
  
  
input {
  background-color: #eee;
  border: none;
  padding: 12px 15px;
  margin: 8px 0;
  width: 100%;
  font-size: 1rem;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*BTN POP UP CONFIRME / RETOURS*/
  
  .tt-boutton{
    height: auto;
    width: 100%;
    color: var(--t-color);
    justify-content: center;
    display: inline-flex;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1rem;

  }
  
  
  .btn-99,
  .btn-99 *,
  .btn-99 :after,
  .btn-99 :before,
  .btn-99:after,
  .btn-99:before {
    border: 0 solid;
    box-sizing: border-box;
  }
  .btn-99 {
    -webkit-tap-highlight-color: transparent;
    background-color: #000;
    background-image: none;
    color: #000000;
    cursor: pointer;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
      Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
      Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 100%;
    line-height: 1.5;
    margin: 0;
    padding: 0;
  }
  .btn-99:disabled {
    cursor: default;
  }
  .btn-99:-moz-focusring {
    outline: auto;
  }
  .btn-99 svg {
    display: block;
  
  }
  .btn-99 [hidden] {
    display: none;
  }
  .btn-99 {
    --margin: 20%;
    background: none;
    -webkit-clip-path: polygon(
      calc(var(--margin) * -1) 0,
      calc(100% + var(--margin)) 0,
      calc(100% + var(--margin)) 100%,
      calc(var(--margin) * -1) 100%
    );
    clip-path: polygon(
      calc(var(--margin) * -1) 0,
      calc(100% + var(--margin)) 0,
      calc(100% + var(--margin)) 100%,
      calc(var(--margin) * -1) 100%
    );
    display: inline;
    font-weight: 900;
    position: relative;
    text-transform: uppercase;
    transition: 0.2s;
  }
  .btn-99:hover {
    transform: scale(1.1);
  }
  .btn-99:before {
    background: #000000;
    content: "";
    height: 2px;
    left: -100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s;
    width: calc(100% + var(--margin) * 2);
  }
  .btn-99:hover:before {
    transform: translate(calc(100% - var(--margin) * 2), -50%);
  }
  
  
  .btn-85,
  .btn-85 *,
  .btn-85 :after,
  .btn-85 :before,
  .btn-85:after,
  .btn-85:before {
    border: 0 solid;
    box-sizing: border-box;
    color: var(--p-color);
  }
  .btn-85 {
    -webkit-tap-highlight-color: transparent;
    color: #ffffff;
    background-image: none;
    cursor: pointer;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
      Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
      Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 100%;
    font-weight: 900;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    margin-right: 0px;
    justify-items: end;
    justify-content: end;
  }
  .btn-85:disabled {
    cursor: default;
  }
  .btn-85:-moz-focusring {
    outline: auto;
  }
  .btn-85 svg {
    display: block;
  
  }
  .btn-85 [hidden] {
    display: none;
  }
  .btn-85 {
    background: none;
    border-radius: 999px;
    box-sizing: border-box;
    display: block;
    padding: 1.2rem 3rem;
    position: relative;
    text-transform: uppercase;
    color: var(--t-color);
  }
  .btn-85 span {
    color: var(--t-color);
    font-weight: 900;
    mix-blend-mode: difference;
    transition: opacity 0.2s;
  
  }
  .btn-85:hover span {
    -webkit-animation: text-reset 0.2s 0.8s forwards;
    animation: text-reset 0.2s 0.8s forwards;
    opacity: 0;
  }
  .btn-85:after,
  .btn-85:before {
    border: 4px solid var(--p-color);
    border-radius: 999px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: height 0.2s cubic-bezier(0.41, 2.01, 0.64, 1);
    width: 100%;
  }
  .btn-85:after {
    background: var(--p-color);
    border: none;
    height: 2rem;
    width: 0;
    z-index: -1;
  }
  .btn-85:hover:before {
    -webkit-animation: border-reset 0.2s cubic-bezier(0.41, 2.01, 0.64, 1) 0.78s
      forwards;
    animation: border-reset 0.2s cubic-bezier(0.41, 2.01, 0.64, 1) 0.78s forwards;
    height: 2rem;
  }
  
  .btn-85:hover:after {
    -webkit-animation: progress-bar 1s cubic-bezier(0.41, 2.01, 0.64, 1) forwards;
    animation: progress-bar 1s cubic-bezier(0.41, 2.01, 0.64, 1) forwards;
  }
  @-webkit-keyframes progress-bar {
    0% {
      opacity: 1;
      width: 0;
    }
    10% {
      opacity: 1;
      width: 15%;
    }
    25% {
      opacity: 1;
      width: 25%;
    }
    40% {
      opacity: 1;
      width: 35%;
    }
    55% {
      opacity: 1;
      width: 75%;
    }
    60% {
      opacity: 1;
      width: 100%;
    }
    to {
      opacity: 0;
      width: 100%;
    }
  }
  @keyframes progress-bar {
    0% {
      opacity: 1;
      width: 0;
    }
    10% {
      opacity: 1;
      width: 15%;
    }
    25% {
      opacity: 1;
      width: 25%;
    }
    40% {
      opacity: 1;
      width: 35%;
    }
    55% {
      opacity: 1;
      width: 75%;
    }
    60% {
      opacity: 1;
      width: 100%;
    }
    to {
      opacity: 0;
      width: 100%;
    }
  }
  @-webkit-keyframes border-reset {
    0% {
      height: 2rem !important;
    }
    to {
      height: 100% !important;
    }
  }
  @keyframes border-reset {
    0% {
      height: 2rem !important;
    }
    to {
      height: 100% !important;
    }
  }
  @-webkit-keyframes text-reset {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes text-reset {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  
  
  
  /*POP UP INSCRIPTION */
  
  
  
  .modal-btn {
    padding: 10px 14px;
    font-size: 18px;
    display: block;
    min-width: 150px;
    cursor: pointer;
  
    border-radius: 20px;
    border: 1px solid #3e95ff;
    background-color: #3e95ff;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
  }
  
  .modal-container {
    /* display: none; */
    visibility: hidden;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    transition: visibility 0.4s;
  }
  .modal-container.active {
    /* display: block; */
    visibility: visible;
    backdrop-filter: blur(20px);
  }
  
  .pop-up {
    font-family: Raleway, Helvetica, sans-serif;
    color: #cdfe08;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333333d3;
    transition: opacity 0.4s 0.2s ease-out;
  }
  .modal-container.active .pop-up {
    z-index: 5px;
    transition: opacity 0.4s ease-out;
      font-family: Raleway, Helvetica, sans-serif;
  }
  
  .modal {
    opacity: 0;
    width: 95%;
    max-width: 500px;
    min-width: 300px;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 50px));
    transition: opacity 0.4s ease-out,
    transform 0.4s ease-out;
  }
  
  .modal-container.active .modal {
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity 0.4s 0.2s ease-out,
    transform 0.4s 0.2s ease-out;
  }
  
  .close-modal {
    padding: 8px 10px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: #3e95ff;
    color: #fff;
  }
  .modal h1 {
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }
  .modal p {
    line-height: 1.4;
    margin-bottom: 5px;
    font-size: 1rem;
  }
  
  .info-side {
    z-index: 0px;
    /* margin-top: 100%; */
    height: 100%;
    width: 27%;
    padding: 48px 48px 100px 32px;
    color: #401B3D;
    bottom: 0px;
    position: absolute;
    display: block;
    overflow: hidden;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: #ffffff;
    transform: translate(220%, 11%);
  }
  
  
  }
  